#!/bin/bash
# Script: simple_script.sh
# Autor: Arturo Mata <arturo.mata@gmail.com>
# Version: 1.0.0
# Released under the GNU General Public License WITHOUT ANY WARRANTY.

testfunction(){
   echo "Mi primer script" #reemplazar texto entre comillas con el mensaje deseado
}
testfunction  #funcion de prueba